auto merge of #1067 : alexcrichton/cargo/fix-registry-update, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 19 Dec 2014 21:45:29 +0000 (21:45 +0000)
committerbors <bors@rust-lang.org>
Fri, 19 Dec 2014 21:45:29 +0000 (21:45 +0000)
commit5cc6fb2225299914fb843c2ef2e92cb218cc694f
tree72e82b8952fff626a858388662aac6ca55d135da
parente38447c874027d1d62c5035b3601cd5f4044e8c6
parent240ed1a3e505c32d6ac7bddea9a386c730e8f218
auto merge of #1067 : alexcrichton/cargo/fix-registry-update, r=alexcrichton

If a registry already knew about a package, but didn't know about newly
published version of a package, then the registry would occasionally not be
updated when it otherwise needed to be.